Interface UnmanagedContainerModelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UnmanagedContainerModel, UnmanagedContainerModel.Builder

@Generated public interface UnmanagedContainerModelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The path to the directory containing the Model artifact and any of its supporting files.
    com.google.protobuf.ByteString
    The path to the directory containing the Model artifact and any of its supporting files.
    Input only.
    Input only.
    Contains the schemata used in Model's predictions and explanations
    Contains the schemata used in Model's predictions and explanations
    boolean
    Input only.
    boolean
    Contains the schemata used in Model's predictions and explanations

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getArtifactUri

      String getArtifactUri()
       The path to the directory containing the Model artifact and any of its
       supporting files.
       
      string artifact_uri = 1;
      Returns:
      The artifactUri.
    • getArtifactUriBytes

      com.google.protobuf.ByteString getArtifactUriBytes()
       The path to the directory containing the Model artifact and any of its
       supporting files.
       
      string artifact_uri = 1;
      Returns:
      The bytes for artifactUri.
    • hasPredictSchemata

      boolean hasPredictSchemata()
       Contains the schemata used in Model's predictions and explanations
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;
      Returns:
      Whether the predictSchemata field is set.
    • getPredictSchemata

      PredictSchemata getPredictSchemata()
       Contains the schemata used in Model's predictions and explanations
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;
      Returns:
      The predictSchemata.
    • getPredictSchemataOrBuilder

      PredictSchemataOrBuilder getPredictSchemataOrBuilder()
       Contains the schemata used in Model's predictions and explanations
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;
    • hasContainerSpec

      boolean hasContainerSpec()
       Input only. The specification of the container that is to be used when
       deploying this Model.
       
      .google.cloud.aiplatform.v1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
      Returns:
      Whether the containerSpec field is set.
    • getContainerSpec

      ModelContainerSpec getContainerSpec()
       Input only. The specification of the container that is to be used when
       deploying this Model.
       
      .google.cloud.aiplatform.v1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
      Returns:
      The containerSpec.
    • getContainerSpecOrBuilder

      ModelContainerSpecOrBuilder getContainerSpecOrBuilder()
       Input only. The specification of the container that is to be used when
       deploying this Model.
       
      .google.cloud.aiplatform.v1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];