Interface ModelDeployResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelDeployResult.Builder,,- ModelDeployResult> - SdkBuilder<ModelDeployResult.Builder,,- ModelDeployResult> - SdkPojo
- Enclosing class:
- ModelDeployResult
@Mutable
@NotThreadSafe
public static interface ModelDeployResult.Builder
extends SdkPojo, CopyableBuilder<ModelDeployResult.Builder,ModelDeployResult> 
- 
Method SummaryModifier and TypeMethodDescriptionendpointName(String endpointName) The name of the endpoint to which the model has been deployed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
endpointNameThe name of the endpoint to which the model has been deployed. If model deployment fails, this field is omitted from the response. - Parameters:
- endpointName- The name of the endpoint to which the model has been deployed.- If model deployment fails, this field is omitted from the response. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-