Interface CreatePresignedMlflowTrackingServerUrlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,
,CreatePresignedMlflowTrackingServerUrlRequest> SageMakerRequest.Builder
,SdkBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,
,CreatePresignedMlflowTrackingServerUrlRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreatePresignedMlflowTrackingServerUrlRequest
public static interface CreatePresignedMlflowTrackingServerUrlRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,CreatePresignedMlflowTrackingServerUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexpiresInSeconds
(Integer expiresInSeconds) The duration in seconds that your presigned URL is valid.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionExpirationDurationInSeconds
(Integer sessionExpirationDurationInSeconds) The duration in seconds that your MLflow UI session is valid.trackingServerName
(String trackingServerName) The name of the tracking server to connect to your MLflow UI.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
trackingServerName
The name of the tracking server to connect to your MLflow UI.
- Parameters:
trackingServerName
- The name of the tracking server to connect to your MLflow UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresInSeconds
The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.
- Parameters:
expiresInSeconds
- The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionExpirationDurationInSeconds
CreatePresignedMlflowTrackingServerUrlRequest.Builder sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds) The duration in seconds that your MLflow UI session is valid.
- Parameters:
sessionExpirationDurationInSeconds
- The duration in seconds that your MLflow UI session is valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePresignedMlflowTrackingServerUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePresignedMlflowTrackingServerUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-