Class UpdateModelPackageRequest

    • Method Detail

      • modelPackageArn

        public final String modelPackageArn()

        The Amazon Resource Name (ARN) of the model package.

        Returns:
        The Amazon Resource Name (ARN) of the model package.
      • approvalDescription

        public final String approvalDescription()

        A description for the approval status of the model.

        Returns:
        A description for the approval status of the model.
      • hasCustomerMetadataProperties

        public final boolean hasCustomerMetadataProperties()
        For responses, this returns true if the service returned a value for the CustomerMetadataProperties property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • customerMetadataProperties

        public final Map<String,​String> customerMetadataProperties()

        The metadata properties associated with the model package versions.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasCustomerMetadataProperties() method.

        Returns:
        The metadata properties associated with the model package versions.
      • hasCustomerMetadataPropertiesToRemove

        public final boolean hasCustomerMetadataPropertiesToRemove()
        For responses, this returns true if the service returned a value for the CustomerMetadataPropertiesToRemove property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • customerMetadataPropertiesToRemove

        public final List<String> customerMetadataPropertiesToRemove()

        The metadata properties associated with the model package versions to remove.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasCustomerMetadataPropertiesToRemove() method.

        Returns:
        The metadata properties associated with the model package versions to remove.
      • hasAdditionalInferenceSpecificationsToAdd

        public final boolean hasAdditionalInferenceSpecificationsToAdd()
        For responses, this returns true if the service returned a value for the AdditionalInferenceSpecificationsToAdd property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • additionalInferenceSpecificationsToAdd

        public final List<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecificationsToAdd()

        An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAdditionalInferenceSpecificationsToAdd() method.

        Returns:
        An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
      • inferenceSpecification

        public final InferenceSpecification inferenceSpecification()

        Specifies details about inference jobs that you can run with models based on this model package, including the following information:

        • The Amazon ECR paths of containers that contain the inference code and model artifacts.

        • The instance types that the model package supports for transform jobs and real-time endpoints used for inference.

        • The input and output content formats that the model package supports for inference.

        Returns:
        Specifies details about inference jobs that you can run with models based on this model package, including the following information:

        • The Amazon ECR paths of containers that contain the inference code and model artifacts.

        • The instance types that the model package supports for transform jobs and real-time endpoints used for inference.

        • The input and output content formats that the model package supports for inference.

      • sourceUri

        public final String sourceUri()

        The URI of the source for the model package.

        Returns:
        The URI of the source for the model package.
      • modelCard

        public final ModelPackageModelCard modelCard()

        The model card associated with the model package. Since ModelPackageModelCard is tied to a model package, it is a specific usage of a model card and its schema is simplified compared to the schema of ModelCard. The ModelPackageModelCard schema does not include model_package_details, and model_overview is composed of the model_creator and model_artifact properties. For more information about the model package model card schema, see Model package model card schema. For more information about the model card associated with the model package, see View the Details of a Model Version.

        Returns:
        The model card associated with the model package. Since ModelPackageModelCard is tied to a model package, it is a specific usage of a model card and its schema is simplified compared to the schema of ModelCard. The ModelPackageModelCard schema does not include model_package_details, and model_overview is composed of the model_creator and model_artifact properties. For more information about the model package model card schema, see Model package model card schema. For more information about the model card associated with the model package, see View the Details of a Model Version.
      • modelLifeCycle

        public final ModelLifeCycle modelLifeCycle()

        A structure describing the current state of the model in its life cycle.

        Returns:
        A structure describing the current state of the model in its life cycle.
      • clientToken

        public final String clientToken()

        A unique token that guarantees that the call to this API is idempotent.

        Returns:
        A unique token that guarantees that the call to this API is idempotent.
      • 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.
        Overrides:
        toString in class Object