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 interface
UpdateMlflowTrackingServerRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
artifactStoreUri()
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.Boolean
automaticModelRegistration()
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.static UpdateMlflowTrackingServerRequest.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends UpdateMlflowTrackingServerRequest.Builder>
serializableBuilderClass()
UpdateMlflowTrackingServerRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
trackingServerName()
The name of the MLflow Tracking Server to update.TrackingServerSize
trackingServerSize()
The new size for the MLflow Tracking Server.String
trackingServerSizeAsString()
The new size for the MLflow Tracking Server.String
weeklyMaintenanceWindowStart()
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,
trackingServerSize
will 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,
trackingServerSize
will 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,AutomaticModelRegistration
defaults 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,AutomaticModelRegistration
defaults 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:
toBuilder
in interfaceToCopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static UpdateMlflowTrackingServerRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateMlflowTrackingServerRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-