Interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataset()
      Required.
      com.google.protobuf.ByteString getDatasetBytes()
      Required.
      String getDatasetDisplayName()
      Required.
      com.google.protobuf.ByteString getDatasetDisplayNameBytes()
      Required.
      • 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 Detail

      • getDataset

        String getDataset()
         Required. Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The dataset.
      • getDatasetBytes

        com.google.protobuf.ByteString getDatasetBytes()
         Required. Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for dataset.
      • getDatasetDisplayName

        String getDatasetDisplayName()
         Required. Display name of the Dataset in Vertex AI.
         System will pick a display name if unspecified.
         
        string dataset_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The datasetDisplayName.
      • getDatasetDisplayNameBytes

        com.google.protobuf.ByteString getDatasetDisplayNameBytes()
         Required. Display name of the Dataset in Vertex AI.
         System will pick a display name if unspecified.
         
        string dataset_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for datasetDisplayName.