Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Dataset.
Vertex AI dataset associated with the finding.
Generated from protobuf message google.cloud.securitycenter.v2.VertexAi.Dataset
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ VertexAiMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856 |
↳ display_name |
string
The user defined display name of dataset, e.g. plants-dataset |
↳ source |
string
Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod |
getName
Resource name of the dataset, e.g.
projects/{project}/locations/{location}/datasets/2094040236064505856
Returns | |
---|---|
Type | Description |
string |
setName
Resource name of the dataset, e.g.
projects/{project}/locations/{location}/datasets/2094040236064505856
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The user defined display name of dataset, e.g. plants-dataset
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The user defined display name of dataset, e.g. plants-dataset
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSource
Data source, such as a BigQuery source URI, e.g.
bq://scc-nexus-test.AIPPtest.gsod
Returns | |
---|---|
Type | Description |
string |
setSource
Data source, such as a BigQuery source URI, e.g.
bq://scc-nexus-test.AIPPtest.gsod
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |