Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
static ImageUrl.Detail |
ImageUrl.Detail.create(String key) |
ImageUrl.Detail |
ImageUrl.getDetail()
The level of the detail.
|
static ImageUrl.Detail |
ImageUrl.Detail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageUrl.Detail[] |
ImageUrl.Detail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageUrl.Builder |
ImageUrl.Builder.detail(ImageUrl.Detail detail)
The level of the detail.
|
Constructor and Description |
---|
ImageUrl(String url,
ImageUrl.Detail detail)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.