public static interface ExternalModel.Builder extends SdkPojo, CopyableBuilder<ExternalModel.Builder,ExternalModel>
| Modifier and Type | Method and Description |
|---|---|
ExternalModel.Builder |
arn(String arn)
The model ARN.
|
ExternalModel.Builder |
createdTime(String createdTime)
Timestamp of when the model was last created.
|
default ExternalModel.Builder |
inputConfiguration(Consumer<ModelInputConfiguration.Builder> inputConfiguration)
The input configuration.
|
ExternalModel.Builder |
inputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
|
ExternalModel.Builder |
invokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The role used to invoke the model.
|
ExternalModel.Builder |
lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
|
ExternalModel.Builder |
modelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
|
ExternalModel.Builder |
modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
ExternalModel.Builder |
modelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
ExternalModel.Builder |
modelSource(ModelSource modelSource)
The source of the model.
|
ExternalModel.Builder |
modelSource(String modelSource)
The source of the model.
|
default ExternalModel.Builder |
outputConfiguration(Consumer<ModelOutputConfiguration.Builder> outputConfiguration)
The output configuration.
|
ExternalModel.Builder |
outputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExternalModel.Builder modelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
modelEndpoint - The Amazon SageMaker model endpoints.ExternalModel.Builder modelSource(String modelSource)
The source of the model.
modelSource - The source of the model.ModelSource,
ModelSourceExternalModel.Builder modelSource(ModelSource modelSource)
The source of the model.
modelSource - The source of the model.ModelSource,
ModelSourceExternalModel.Builder invokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The role used to invoke the model.
invokeModelEndpointRoleArn - The role used to invoke the model.ExternalModel.Builder inputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
inputConfiguration - The input configuration.default ExternalModel.Builder inputConfiguration(Consumer<ModelInputConfiguration.Builder> inputConfiguration)
The input configuration.
This is a convenience method that creates an instance of theModelInputConfiguration.Builder avoiding
the need to create one manually via ModelInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to inputConfiguration(ModelInputConfiguration).
inputConfiguration - a consumer that will call methods on ModelInputConfiguration.BuilderinputConfiguration(ModelInputConfiguration)ExternalModel.Builder outputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
outputConfiguration - The output configuration.default ExternalModel.Builder outputConfiguration(Consumer<ModelOutputConfiguration.Builder> outputConfiguration)
The output configuration.
This is a convenience method that creates an instance of theModelOutputConfiguration.Builder
avoiding the need to create one manually via ModelOutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to outputConfiguration(ModelOutputConfiguration).
outputConfiguration - a consumer that will call methods on ModelOutputConfiguration.BuilderoutputConfiguration(ModelOutputConfiguration)ExternalModel.Builder modelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
modelEndpointStatus - The Amazon Fraud Detector status for the external model endpointModelEndpointStatus,
ModelEndpointStatusExternalModel.Builder modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
modelEndpointStatus - The Amazon Fraud Detector status for the external model endpointModelEndpointStatus,
ModelEndpointStatusExternalModel.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
lastUpdatedTime - Timestamp of when the model was last updated.ExternalModel.Builder createdTime(String createdTime)
Timestamp of when the model was last created.
createdTime - Timestamp of when the model was last created.ExternalModel.Builder arn(String arn)
The model ARN.
arn - The model ARN.Copyright © 2023. All rights reserved.