Interface VertexDatasetResourceReferenceOrBuilder (3.85.0)

public interface VertexDatasetResourceReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetResourceName()

public abstract String getDatasetResourceName()

Required. The name of the Vertex AI resource. If set within a project-level configuration, the specified resource must be within the project. Examples:

  • projects/{project}/locations/{location}/datasets/{dataset}

string dataset_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The datasetResourceName.

getDatasetResourceNameBytes()

public abstract ByteString getDatasetResourceNameBytes()

Required. The name of the Vertex AI resource. If set within a project-level configuration, the specified resource must be within the project. Examples:

  • projects/{project}/locations/{location}/datasets/{dataset}

string dataset_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for datasetResourceName.