Package com.oracle.bmc.batch.model
Class ServiceManagedGpuFleet
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.batch.model.Fleet
-
- com.oracle.bmc.batch.model.ServiceManagedGpuFleet
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20251031") public final class ServiceManagedGpuFleet extends FleetService managed GPU Fleet configuration of the batch context.
Note: Objects should always be created or deserialized using theServiceManagedGpuFleet.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theServiceManagedGpuFleet.Builder, which maintain a set of all explicitly set fields calledServiceManagedGpuFleet.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceManagedGpuFleet.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.batch.model.Fleet
Fleet.Type
-
-
Constructor Summary
Constructors Constructor Description ServiceManagedGpuFleet(String name, GpuFleetShape shape, Integer maxConcurrentTasks, String state, String details)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceManagedGpuFleet.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDetails()A message that describes the current state of the service managed GPU fleet configuration in more detail.IntegergetMaxConcurrentTasks()Maximum number of concurrent tasks for the service managed GPU fleet.StringgetName()Name of the service managed GPU fleet.GpuFleetShapegetShape()StringgetState()Current state of the service managed GPU fleet configuration.inthashCode()ServiceManagedGpuFleet.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
ServiceManagedGpuFleet
@Deprecated public ServiceManagedGpuFleet(String name, GpuFleetShape shape, Integer maxConcurrentTasks, String state, String details)
Deprecated.
-
-
Method Detail
-
builder
public static ServiceManagedGpuFleet.Builder builder()
Create a new builder.
-
toBuilder
public ServiceManagedGpuFleet.Builder toBuilder()
-
getName
public String getName()
Name of the service managed GPU fleet.- Returns:
- the value
-
getShape
public GpuFleetShape getShape()
-
getMaxConcurrentTasks
public Integer getMaxConcurrentTasks()
Maximum number of concurrent tasks for the service managed GPU fleet.- Returns:
- the value
-
getState
public String getState()
Current state of the service managed GPU fleet configuration.- Returns:
- the value
-
getDetails
public String getDetails()
A message that describes the current state of the service managed GPU fleet configuration in more detail.- Returns:
- the value
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-