public static interface ModelVersionDetail.Builder extends SdkPojo, CopyableBuilder<ModelVersionDetail.Builder,ModelVersionDetail>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelVersionDetail.Builder modelId(String modelId)
The model ID.
modelId - The model ID.ModelVersionDetail.Builder modelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumModelVersionDetail.Builder modelType(ModelTypeEnum modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumModelVersionDetail.Builder modelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber - The model version number.ModelVersionDetail.Builder status(String status)
The status of the model version.
status - The status of the model version.ModelVersionDetail.Builder trainingDataSource(String trainingDataSource)
The model version training data source.
trainingDataSource - The model version training data source.TrainingDataSourceEnum,
TrainingDataSourceEnumModelVersionDetail.Builder trainingDataSource(TrainingDataSourceEnum trainingDataSource)
The model version training data source.
trainingDataSource - The model version training data source.TrainingDataSourceEnum,
TrainingDataSourceEnumModelVersionDetail.Builder trainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
trainingDataSchema - The training data schema.default ModelVersionDetail.Builder trainingDataSchema(Consumer<TrainingDataSchema.Builder> trainingDataSchema)
The training data schema.
This is a convenience method that creates an instance of theTrainingDataSchema.Builder avoiding the
need to create one manually via TrainingDataSchema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trainingDataSchema(TrainingDataSchema).
trainingDataSchema - a consumer that will call methods on TrainingDataSchema.BuildertrainingDataSchema(TrainingDataSchema)ModelVersionDetail.Builder externalEventsDetail(ExternalEventsDetail externalEventsDetail)
The external events data details. This will be populated if the trainingDataSource for the model
version is specified as EXTERNAL_EVENTS.
externalEventsDetail - The external events data details. This will be populated if the trainingDataSource for
the model version is specified as EXTERNAL_EVENTS.default ModelVersionDetail.Builder externalEventsDetail(Consumer<ExternalEventsDetail.Builder> externalEventsDetail)
The external events data details. This will be populated if the trainingDataSource for the model
version is specified as EXTERNAL_EVENTS.
ExternalEventsDetail.Builder avoiding
the need to create one manually via ExternalEventsDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to externalEventsDetail(ExternalEventsDetail).
externalEventsDetail - a consumer that will call methods on ExternalEventsDetail.BuilderexternalEventsDetail(ExternalEventsDetail)ModelVersionDetail.Builder ingestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The ingested events data details. This will be populated if the trainingDataSource for the model
version is specified as INGESTED_EVENTS.
ingestedEventsDetail - The ingested events data details. This will be populated if the trainingDataSource for
the model version is specified as INGESTED_EVENTS.default ModelVersionDetail.Builder ingestedEventsDetail(Consumer<IngestedEventsDetail.Builder> ingestedEventsDetail)
The ingested events data details. This will be populated if the trainingDataSource for the model
version is specified as INGESTED_EVENTS.
IngestedEventsDetail.Builder avoiding
the need to create one manually via IngestedEventsDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ingestedEventsDetail(IngestedEventsDetail).
ingestedEventsDetail - a consumer that will call methods on IngestedEventsDetail.BuilderingestedEventsDetail(IngestedEventsDetail)ModelVersionDetail.Builder trainingResult(TrainingResult trainingResult)
The training results.
trainingResult - The training results.default ModelVersionDetail.Builder trainingResult(Consumer<TrainingResult.Builder> trainingResult)
The training results.
This is a convenience method that creates an instance of theTrainingResult.Builder avoiding the need
to create one manually via TrainingResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trainingResult(TrainingResult).
trainingResult - a consumer that will call methods on TrainingResult.BuildertrainingResult(TrainingResult)ModelVersionDetail.Builder lastUpdatedTime(String lastUpdatedTime)
The timestamp when the model was last updated.
lastUpdatedTime - The timestamp when the model was last updated.ModelVersionDetail.Builder createdTime(String createdTime)
The timestamp when the model was created.
createdTime - The timestamp when the model was created.ModelVersionDetail.Builder arn(String arn)
The model version ARN.
arn - The model version ARN.ModelVersionDetail.Builder trainingResultV2(TrainingResultV2 trainingResultV2)
The training result details. The details include the relative importance of the variables.
trainingResultV2 - The training result details. The details include the relative importance of the variables.default ModelVersionDetail.Builder trainingResultV2(Consumer<TrainingResultV2.Builder> trainingResultV2)
The training result details. The details include the relative importance of the variables.
This is a convenience method that creates an instance of theTrainingResultV2.Builder avoiding the
need to create one manually via TrainingResultV2.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trainingResultV2(TrainingResultV2).
trainingResultV2 - a consumer that will call methods on TrainingResultV2.BuildertrainingResultV2(TrainingResultV2)Copyright © 2023. All rights reserved.