Class UpdateMlflowTrackingServerRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.UpdateMlflowTrackingServerRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateMlflowTrackingServerRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateMlflowTrackingServerRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringartifactStoreUri()The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.BooleanautomaticModelRegistration()Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.static UpdateMlflowTrackingServerRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateMlflowTrackingServerRequest.Builder>serializableBuilderClass()UpdateMlflowTrackingServerRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrackingServerName()The name of the MLflow Tracking Server to update.TrackingServerSizetrackingServerSize()The new size for the MLflow Tracking Server.StringtrackingServerSizeAsString()The new size for the MLflow Tracking Server.StringweeklyMaintenanceWindowStart()The new weekly maintenance window start day and time to update.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
trackingServerName
public final String trackingServerName()
The name of the MLflow Tracking Server to update.
- Returns:
- The name of the MLflow Tracking Server to update.
-
artifactStoreUri
public final String artifactStoreUri()
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
- Returns:
- The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
-
trackingServerSize
public final TrackingServerSize trackingServerSize()
The new size for the MLflow Tracking Server.
If the service returns an enum value that is not available in the current SDK version,
trackingServerSizewill returnTrackingServerSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrackingServerSizeAsString().- Returns:
- The new size for the MLflow Tracking Server.
- See Also:
TrackingServerSize
-
trackingServerSizeAsString
public final String trackingServerSizeAsString()
The new size for the MLflow Tracking Server.
If the service returns an enum value that is not available in the current SDK version,
trackingServerSizewill returnTrackingServerSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrackingServerSizeAsString().- Returns:
- The new size for the MLflow Tracking Server.
- See Also:
TrackingServerSize
-
automaticModelRegistration
public final Boolean automaticModelRegistration()
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to
True. To disable automatic model registration, set this value toFalse. If not specified,AutomaticModelRegistrationdefaults toFalse- Returns:
- Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
To enable automatic model registration, set this value to
True. To disable automatic model registration, set this value toFalse. If not specified,AutomaticModelRegistrationdefaults toFalse
-
weeklyMaintenanceWindowStart
public final String weeklyMaintenanceWindowStart()
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
- Returns:
- The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
-
toBuilder
public UpdateMlflowTrackingServerRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static UpdateMlflowTrackingServerRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateMlflowTrackingServerRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-