Package | Description |
---|---|
com.oracle.bmc.generativeai.model |
Modifier and Type | Method and Description |
---|---|
static DedicatedAiCluster.Type |
DedicatedAiCluster.Type.create(String key) |
DedicatedAiCluster.Type |
DedicatedAiClusterSummary.getType()
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or
hosting/inference processor.
|
DedicatedAiCluster.Type |
DedicatedAiCluster.getType()
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or
hosting/inference processor.
|
DedicatedAiCluster.Type |
CreateDedicatedAiClusterDetails.getType()
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or
hosting/inference processor.
|
static DedicatedAiCluster.Type |
DedicatedAiCluster.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedicatedAiCluster.Type[] |
DedicatedAiCluster.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.type(DedicatedAiCluster.Type type)
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor
or hosting/inference processor.
|
DedicatedAiCluster.Builder |
DedicatedAiCluster.Builder.type(DedicatedAiCluster.Type type)
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor
or hosting/inference processor.
|
CreateDedicatedAiClusterDetails.Builder |
CreateDedicatedAiClusterDetails.Builder.type(DedicatedAiCluster.Type type)
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor
or hosting/inference processor.
|
Copyright © 2016–2025. All rights reserved.