Package | Description |
---|---|
com.oracle.bmc.generativeai.model |
Modifier and Type | Method and Description |
---|---|
static DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.builder()
Create a new builder.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.capacity(DedicatedAiClusterCapacity capacity) |
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.compartmentId(String compartmentId)
The compartment OCID to create the dedicated AI cluster in.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.copy(DedicatedAiClusterSummary model) |
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.description(String description)
An optional description of the dedicated AI cluster.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.displayName(String displayName)
A user-friendly name.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.id(String id)
The OCID
of the dedicated AI cluster.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.lifecycleDetails(String lifecycleDetails)
A message describing the current state of the dedicated AI cluster in more detail that
can provide actionable information.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.lifecycleState(DedicatedAiCluster.LifecycleState lifecycleState)
The current state of the dedicated AI cluster.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.timeCreated(Date timeCreated)
The date and time the dedicated AI cluster was created, in the format defined by RFC
3339.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.timeUpdated(Date timeUpdated)
The date and time the dedicated AI cluster was updated, in the format defined by RFC
3339.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.toBuilder() |
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.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.unitCount(Integer unitCount)
The number of dedicated units in this AI cluster.
|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.unitShape(DedicatedAiCluster.UnitShape unitShape)
The shape of dedicated unit in this AI cluster.
|
Copyright © 2016–2024. All rights reserved.